home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / sound / all.h next >
Encoding:
C/C++ Source or Header  |  1998-05-23  |  182 b   |  14 lines

  1. #ifndef SOUND_ALL_H
  2. #define SOUND_ALL_H TRUE
  3.  
  4. #ifndef SOUND_SOUND_H
  5. #include <sound/sound.h>
  6. #endif
  7.  
  8. #ifndef SOUND_MUSIC_H
  9. #include <sound/music.h>
  10. #endif
  11.  
  12. #endif /* SOUND_ALL_H */
  13.  
  14.